projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3662bf
)
Fix typo in comment.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 19 Apr 2007 08:41:05 +0000
(08:41 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 19 Apr 2007 08:41:05 +0000
(08:41 +0000)
src/mac.c
patch
|
blob
|
history
diff --git
a/src/mac.c
b/src/mac.c
index 8363326cc0528a473f6b9a0c3b486f503ba98d01..8e3f49d2bfe6b439e34ef18d2fdef993a9a1480f 100644
(file)
--- a/
src/mac.c
+++ b/
src/mac.c
@@
-4991,7
+4991,7
@@
extern int noninteractive;
3. [If SELECT_USE_CFSOCKET is set]
Only the window event channel and socket read/write channels are
involved, and timeout is not too short (greater than
- SELECT_TIMEOUT_THRESH
H
OLD_RUNLOOP seconds).
+ SELECT_TIMEOUT_THRESHOLD_RUNLOOP seconds).
-> Create CFSocket for each socket and add it into the current
event RunLoop so that the current event loop gets quit when
the socket becomes ready. Then ReceiveNextEvent can wait for